Esx Settings Clusters Vms Solutions ClusterSolutionInfo
The Esx Settings Clusters Vms Solutions ClusterSolutionInfo schema contains properties that describe solution configuration only applicable for solutions with deployment type Esx Settings Clusters Vms DeploymentType.CLUSTER_VM_SET.
This schema was added in vSphere API 9.0.0.0.
{
"vm_count": 0,
"vm_placement_policies": [
"string"
],
"vm_networks": {
"vm_networks": "string"
},
"vm_datastores": [
"string"
],
"devices": {}
}
The number of instances of the specified VM to be deployed across the cluster.
This property was added in vSphere API 9.0.0.0.
VM placement policies to be configured on the VMs.
For more information see: Esx Settings Clusters Vms VmPlacementPolicy.
This property was added in vSphere API 9.0.0.0.
Networks to be configured on the VMs. The map keys represent the logical network names defined in the OVF descriptor while the map values represent the VM network identifiers.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the value in the property map must be an identifier for the resource type: Network
. When operations return a value of this schema as a response, the value in the property map will be an identifier for the resource type: Network
.
Datastores to be configured as a storage of the VMs. The first datastore from the list available in the cluster is used.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Datastore
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Datastore
.
Devices of the VMs not defined in the OVF descriptor.
This property was added in vSphere API 9.0.0.0.
If missing or null
no additional devices will be added to the VMs.